Class PKIException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ACMEException, BadRequestException, ConflictingOperationException, ForbiddenException, HTTPGoneException, RequestNotAcceptable, ResourceNotFoundException, ServiceUnavailableException, UnauthorizedException, UnsupportedMediaType

public class PKIException extends RuntimeException
See Also:
  • Constructor Details

    • PKIException

      public PKIException(int code, String message, Throwable cause)
    • PKIException

      public PKIException(String message)
    • PKIException

      public PKIException(int code, String message)
    • PKIException

      public PKIException(Throwable cause)
    • PKIException

      public PKIException(String message, Throwable cause)
    • PKIException

      public PKIException(PKIException.Data data)
  • Method Details

    • getCode

      public int getCode()
    • setCode

      public void setCode(int code)
    • getSerializedFormat

      public String getSerializedFormat()
    • getSerializedError

      public String getSerializedError() throws IOException
      Throws:
      IOException
    • getData

      public PKIException.Data getData()